home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / recurs1a / domtree.css < prev    next >
Cascading Style Sheet File  |  1999-07-11  |  957b  |  64 lines

  1. BODY    {
  2.     background-color: white;
  3.     color: black;
  4.     font: 80% Verdana, serif;
  5.     overflow: auto;
  6.     }
  7. HR    {
  8.     color: red;
  9.     width: 460;
  10.     text-align: left;
  11.     }
  12. LI    {
  13.     color: black;
  14.     }
  15. UL    {
  16.     list-style-type: none;
  17.     list-style-image: none;
  18.     }
  19. #MainDIV {
  20.     behavior:url(DOMTree.htc);
  21.     }
  22. .clParent    {
  23.     color: blue;
  24.     }
  25. .clChild    {
  26.     list-style-type: disc;
  27.     list-style-image: none;
  28.     display: none;
  29.     }
  30. SPAN.idSPAN    {
  31.     color: red;
  32.     font-weight: bold;
  33.     position: relative;
  34.     left: 16;
  35.     }
  36. SPAN.uniqueIdSPAN    {
  37.     color: red;
  38.     position: relative;
  39.     left: 16;
  40.     }
  41. SPAN.mshtmlSPAN    {
  42.     color: darkgreen;
  43.     position: relative;
  44.     left: 32;
  45.     }
  46. TABLE {
  47.     table-layout: fixed;
  48. TD    {
  49.     padding: 2;
  50.     font: 10pt sans-serif;
  51.     }
  52. TD.Hdr    {
  53.     color: red;
  54.     font: 32pt 'Comic Sans MS';
  55.     filter: Shadow(Color=#000000,Direction=135);
  56.     }
  57. TD.clItem    {
  58.     visibility: hidden;
  59.     cursor: auto;
  60.     color: blue;
  61.     text-decoration: none;
  62.     behavior: url(RollOver.htc);
  63.     }
  64.